Merged
Conversation
This commit renames the file `cli/README.md` to `README.md`. The content of the file remains the same, but the file location has been changed for better organization and clarity.
…showing loading message In order to make the loading message optional in the `run_magic_commit()` function, I added a new parameter called `show_loading_message` to the function's signature. This parameter is set to `True` if the `--no-load` flag is not provided. Inside the function, I added a conditional check to determine whether to show the loading animation. If `show_loading_message` is `True`, then a new threading event is created and a separate thread is started to run the `animate_loading()` function. Otherwise, the loading animation is bypassed. This change allows the loading message to be disabled when it is not needed, providing a cleaner and more flexible user experience.
Updated the `magic-commit` extension for VSCode with the following changes: - Changed the display name of the extension from "magic-commit" to "Magic Commit!" - Removed unnecessary sections in the README.md file. - Modified the `activate` function in `extension.js` to execute the `magic-commit` command and display the output in an input box as the commit message. - Updated the version number in `package.json` from 0.0.1 to 0.0.3. - Added the `onView:git` activation event to `package.json` to associate the extension with the Git View in VSCode. - Updated the `contributes` section in `package.json` to include the new command for the extension and added it to the SCM (Source Control Management) title menu for easier access. These changes improve the functionality and user experience of the `magic-commit` extension in VSCode.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.